3.8.29 \(\int \frac {(c+d x^2)^{3/2}}{x^3 (a+b x^2)^2} \, dx\)

Optimal. Leaf size=170 \[ \frac {\sqrt {c} (4 b c-3 a d) \tanh ^{-1}\left (\frac {\sqrt {c+d x^2}}{\sqrt {c}}\right )}{2 a^3}-\frac {\sqrt {b c-a d} (4 b c-a d) \tanh ^{-1}\left (\frac {\sqrt {b} \sqrt {c+d x^2}}{\sqrt {b c-a d}}\right )}{2 a^3 \sqrt {b}}-\frac {\sqrt {c+d x^2} (2 b c-a d)}{2 a^2 \left (a+b x^2\right )}-\frac {c \sqrt {c+d x^2}}{2 a x^2 \left (a+b x^2\right )} \]

________________________________________________________________________________________

Rubi [A]  time = 0.26, antiderivative size = 170, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 6, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {446, 98, 151, 156, 63, 208} \begin {gather*} -\frac {\sqrt {c+d x^2} (2 b c-a d)}{2 a^2 \left (a+b x^2\right )}+\frac {\sqrt {c} (4 b c-3 a d) \tanh ^{-1}\left (\frac {\sqrt {c+d x^2}}{\sqrt {c}}\right )}{2 a^3}-\frac {\sqrt {b c-a d} (4 b c-a d) \tanh ^{-1}\left (\frac {\sqrt {b} \sqrt {c+d x^2}}{\sqrt {b c-a d}}\right )}{2 a^3 \sqrt {b}}-\frac {c \sqrt {c+d x^2}}{2 a x^2 \left (a+b x^2\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c + d*x^2)^(3/2)/(x^3*(a + b*x^2)^2),x]

[Out]

-((2*b*c - a*d)*Sqrt[c + d*x^2])/(2*a^2*(a + b*x^2)) - (c*Sqrt[c + d*x^2])/(2*a*x^2*(a + b*x^2)) + (Sqrt[c]*(4
*b*c - 3*a*d)*ArcTanh[Sqrt[c + d*x^2]/Sqrt[c]])/(2*a^3) - (Sqrt[b*c - a*d]*(4*b*c - a*d)*ArcTanh[(Sqrt[b]*Sqrt
[c + d*x^2])/Sqrt[b*c - a*d]])/(2*a^3*Sqrt[b])

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 98

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[((b*c -
 a*d)*(a + b*x)^(m + 1)*(c + d*x)^(n - 1)*(e + f*x)^(p + 1))/(b*(b*e - a*f)*(m + 1)), x] + Dist[1/(b*(b*e - a*
f)*(m + 1)), Int[(a + b*x)^(m + 1)*(c + d*x)^(n - 2)*(e + f*x)^p*Simp[a*d*(d*e*(n - 1) + c*f*(p + 1)) + b*c*(d
*e*(m - n + 2) - c*f*(m + p + 2)) + d*(a*d*f*(n + p) + b*(d*e*(m + 1) - c*f*(m + n + p + 1)))*x, x], x], x] /;
 FreeQ[{a, b, c, d, e, f, p}, x] && LtQ[m, -1] && GtQ[n, 1] && (IntegersQ[2*m, 2*n, 2*p] || IntegersQ[m, n + p
] || IntegersQ[p, m + n])

Rule 151

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_)*((e_.) + (f_.)*(x_))^(p_)*((g_.) + (h_.)*(x_)), x_Symb
ol] :> Simp[((b*g - a*h)*(a + b*x)^(m + 1)*(c + d*x)^(n + 1)*(e + f*x)^(p + 1))/((m + 1)*(b*c - a*d)*(b*e - a*
f)), x] + Dist[1/((m + 1)*(b*c - a*d)*(b*e - a*f)), Int[(a + b*x)^(m + 1)*(c + d*x)^n*(e + f*x)^p*Simp[(a*d*f*
g - b*(d*e + c*f)*g + b*c*e*h)*(m + 1) - (b*g - a*h)*(d*e*(n + 1) + c*f*(p + 1)) - d*f*(b*g - a*h)*(m + n + p
+ 3)*x, x], x], x] /; FreeQ[{a, b, c, d, e, f, g, h, n, p}, x] && LtQ[m, -1] && IntegerQ[m]

Rule 156

Int[(((e_.) + (f_.)*(x_))^(p_)*((g_.) + (h_.)*(x_)))/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :>
 Dist[(b*g - a*h)/(b*c - a*d), Int[(e + f*x)^p/(a + b*x), x], x] - Dist[(d*g - c*h)/(b*c - a*d), Int[(e + f*x)
^p/(c + d*x), x], x] /; FreeQ[{a, b, c, d, e, f, g, h}, x]

Rule 208

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[-(a/b), 2]*ArcTanh[x/Rt[-(a/b), 2]])/a, x] /; FreeQ[{a,
b}, x] && NegQ[a/b]

Rule 446

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Dist[1/n, Subst[Int
[x^(Simplify[(m + 1)/n] - 1)*(a + b*x)^p*(c + d*x)^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p, q}, x] &&
 NeQ[b*c - a*d, 0] && IntegerQ[Simplify[(m + 1)/n]]

Rubi steps

\begin {align*} \int \frac {\left (c+d x^2\right )^{3/2}}{x^3 \left (a+b x^2\right )^2} \, dx &=\frac {1}{2} \operatorname {Subst}\left (\int \frac {(c+d x)^{3/2}}{x^2 (a+b x)^2} \, dx,x,x^2\right )\\ &=-\frac {c \sqrt {c+d x^2}}{2 a x^2 \left (a+b x^2\right )}-\frac {\operatorname {Subst}\left (\int \frac {\frac {1}{2} c (4 b c-3 a d)+\frac {1}{2} d (3 b c-2 a d) x}{x (a+b x)^2 \sqrt {c+d x}} \, dx,x,x^2\right )}{2 a}\\ &=-\frac {(2 b c-a d) \sqrt {c+d x^2}}{2 a^2 \left (a+b x^2\right )}-\frac {c \sqrt {c+d x^2}}{2 a x^2 \left (a+b x^2\right )}-\frac {\operatorname {Subst}\left (\int \frac {\frac {1}{2} c (4 b c-3 a d) (b c-a d)+\frac {1}{2} d (b c-a d) (2 b c-a d) x}{x (a+b x) \sqrt {c+d x}} \, dx,x,x^2\right )}{2 a^2 (b c-a d)}\\ &=-\frac {(2 b c-a d) \sqrt {c+d x^2}}{2 a^2 \left (a+b x^2\right )}-\frac {c \sqrt {c+d x^2}}{2 a x^2 \left (a+b x^2\right )}-\frac {(c (4 b c-3 a d)) \operatorname {Subst}\left (\int \frac {1}{x \sqrt {c+d x}} \, dx,x,x^2\right )}{4 a^3}+\frac {((b c-a d) (4 b c-a d)) \operatorname {Subst}\left (\int \frac {1}{(a+b x) \sqrt {c+d x}} \, dx,x,x^2\right )}{4 a^3}\\ &=-\frac {(2 b c-a d) \sqrt {c+d x^2}}{2 a^2 \left (a+b x^2\right )}-\frac {c \sqrt {c+d x^2}}{2 a x^2 \left (a+b x^2\right )}-\frac {(c (4 b c-3 a d)) \operatorname {Subst}\left (\int \frac {1}{-\frac {c}{d}+\frac {x^2}{d}} \, dx,x,\sqrt {c+d x^2}\right )}{2 a^3 d}+\frac {((b c-a d) (4 b c-a d)) \operatorname {Subst}\left (\int \frac {1}{a-\frac {b c}{d}+\frac {b x^2}{d}} \, dx,x,\sqrt {c+d x^2}\right )}{2 a^3 d}\\ &=-\frac {(2 b c-a d) \sqrt {c+d x^2}}{2 a^2 \left (a+b x^2\right )}-\frac {c \sqrt {c+d x^2}}{2 a x^2 \left (a+b x^2\right )}+\frac {\sqrt {c} (4 b c-3 a d) \tanh ^{-1}\left (\frac {\sqrt {c+d x^2}}{\sqrt {c}}\right )}{2 a^3}-\frac {\sqrt {b c-a d} (4 b c-a d) \tanh ^{-1}\left (\frac {\sqrt {b} \sqrt {c+d x^2}}{\sqrt {b c-a d}}\right )}{2 a^3 \sqrt {b}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.32, size = 142, normalized size = 0.84 \begin {gather*} \frac {\frac {a \sqrt {c+d x^2} \left (-a c+a d x^2-2 b c x^2\right )}{x^2 \left (a+b x^2\right )}+\sqrt {c} (4 b c-3 a d) \tanh ^{-1}\left (\frac {\sqrt {c+d x^2}}{\sqrt {c}}\right )-\frac {\sqrt {b c-a d} (4 b c-a d) \tanh ^{-1}\left (\frac {\sqrt {b} \sqrt {c+d x^2}}{\sqrt {b c-a d}}\right )}{\sqrt {b}}}{2 a^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x^2)^(3/2)/(x^3*(a + b*x^2)^2),x]

[Out]

((a*Sqrt[c + d*x^2]*(-(a*c) - 2*b*c*x^2 + a*d*x^2))/(x^2*(a + b*x^2)) + Sqrt[c]*(4*b*c - 3*a*d)*ArcTanh[Sqrt[c
 + d*x^2]/Sqrt[c]] - (Sqrt[b*c - a*d]*(4*b*c - a*d)*ArcTanh[(Sqrt[b]*Sqrt[c + d*x^2])/Sqrt[b*c - a*d]])/Sqrt[b
])/(2*a^3)

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.67, size = 179, normalized size = 1.05 \begin {gather*} \frac {\left (4 b c^{3/2}-3 a \sqrt {c} d\right ) \tanh ^{-1}\left (\frac {\sqrt {c+d x^2}}{\sqrt {c}}\right )}{2 a^3}+\frac {\sqrt {c+d x^2} \left (-a c+a d x^2-2 b c x^2\right )}{2 a^2 x^2 \left (a+b x^2\right )}+\frac {\left (-a^2 d^2+5 a b c d-4 b^2 c^2\right ) \tan ^{-1}\left (\frac {\sqrt {b} \sqrt {c+d x^2} \sqrt {a d-b c}}{b c-a d}\right )}{2 a^3 \sqrt {b} \sqrt {a d-b c}} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(c + d*x^2)^(3/2)/(x^3*(a + b*x^2)^2),x]

[Out]

(Sqrt[c + d*x^2]*(-(a*c) - 2*b*c*x^2 + a*d*x^2))/(2*a^2*x^2*(a + b*x^2)) + ((-4*b^2*c^2 + 5*a*b*c*d - a^2*d^2)
*ArcTan[(Sqrt[b]*Sqrt[-(b*c) + a*d]*Sqrt[c + d*x^2])/(b*c - a*d)])/(2*a^3*Sqrt[b]*Sqrt[-(b*c) + a*d]) + ((4*b*
c^(3/2) - 3*a*Sqrt[c]*d)*ArcTanh[Sqrt[c + d*x^2]/Sqrt[c]])/(2*a^3)

________________________________________________________________________________________

fricas [A]  time = 1.56, size = 1034, normalized size = 6.08 \begin {gather*} \left [-\frac {{\left ({\left (4 \, b^{2} c - a b d\right )} x^{4} + {\left (4 \, a b c - a^{2} d\right )} x^{2}\right )} \sqrt {\frac {b c - a d}{b}} \log \left (\frac {b^{2} d^{2} x^{4} + 8 \, b^{2} c^{2} - 8 \, a b c d + a^{2} d^{2} + 2 \, {\left (4 \, b^{2} c d - 3 \, a b d^{2}\right )} x^{2} + 4 \, {\left (b^{2} d x^{2} + 2 \, b^{2} c - a b d\right )} \sqrt {d x^{2} + c} \sqrt {\frac {b c - a d}{b}}}{b^{2} x^{4} + 2 \, a b x^{2} + a^{2}}\right ) + 2 \, {\left ({\left (4 \, b^{2} c - 3 \, a b d\right )} x^{4} + {\left (4 \, a b c - 3 \, a^{2} d\right )} x^{2}\right )} \sqrt {c} \log \left (-\frac {d x^{2} - 2 \, \sqrt {d x^{2} + c} \sqrt {c} + 2 \, c}{x^{2}}\right ) + 4 \, {\left (a^{2} c + {\left (2 \, a b c - a^{2} d\right )} x^{2}\right )} \sqrt {d x^{2} + c}}{8 \, {\left (a^{3} b x^{4} + a^{4} x^{2}\right )}}, -\frac {4 \, {\left ({\left (4 \, b^{2} c - 3 \, a b d\right )} x^{4} + {\left (4 \, a b c - 3 \, a^{2} d\right )} x^{2}\right )} \sqrt {-c} \arctan \left (\frac {\sqrt {-c}}{\sqrt {d x^{2} + c}}\right ) + {\left ({\left (4 \, b^{2} c - a b d\right )} x^{4} + {\left (4 \, a b c - a^{2} d\right )} x^{2}\right )} \sqrt {\frac {b c - a d}{b}} \log \left (\frac {b^{2} d^{2} x^{4} + 8 \, b^{2} c^{2} - 8 \, a b c d + a^{2} d^{2} + 2 \, {\left (4 \, b^{2} c d - 3 \, a b d^{2}\right )} x^{2} + 4 \, {\left (b^{2} d x^{2} + 2 \, b^{2} c - a b d\right )} \sqrt {d x^{2} + c} \sqrt {\frac {b c - a d}{b}}}{b^{2} x^{4} + 2 \, a b x^{2} + a^{2}}\right ) + 4 \, {\left (a^{2} c + {\left (2 \, a b c - a^{2} d\right )} x^{2}\right )} \sqrt {d x^{2} + c}}{8 \, {\left (a^{3} b x^{4} + a^{4} x^{2}\right )}}, -\frac {{\left ({\left (4 \, b^{2} c - a b d\right )} x^{4} + {\left (4 \, a b c - a^{2} d\right )} x^{2}\right )} \sqrt {-\frac {b c - a d}{b}} \arctan \left (-\frac {{\left (b d x^{2} + 2 \, b c - a d\right )} \sqrt {d x^{2} + c} \sqrt {-\frac {b c - a d}{b}}}{2 \, {\left (b c^{2} - a c d + {\left (b c d - a d^{2}\right )} x^{2}\right )}}\right ) + {\left ({\left (4 \, b^{2} c - 3 \, a b d\right )} x^{4} + {\left (4 \, a b c - 3 \, a^{2} d\right )} x^{2}\right )} \sqrt {c} \log \left (-\frac {d x^{2} - 2 \, \sqrt {d x^{2} + c} \sqrt {c} + 2 \, c}{x^{2}}\right ) + 2 \, {\left (a^{2} c + {\left (2 \, a b c - a^{2} d\right )} x^{2}\right )} \sqrt {d x^{2} + c}}{4 \, {\left (a^{3} b x^{4} + a^{4} x^{2}\right )}}, -\frac {{\left ({\left (4 \, b^{2} c - a b d\right )} x^{4} + {\left (4 \, a b c - a^{2} d\right )} x^{2}\right )} \sqrt {-\frac {b c - a d}{b}} \arctan \left (-\frac {{\left (b d x^{2} + 2 \, b c - a d\right )} \sqrt {d x^{2} + c} \sqrt {-\frac {b c - a d}{b}}}{2 \, {\left (b c^{2} - a c d + {\left (b c d - a d^{2}\right )} x^{2}\right )}}\right ) + 2 \, {\left ({\left (4 \, b^{2} c - 3 \, a b d\right )} x^{4} + {\left (4 \, a b c - 3 \, a^{2} d\right )} x^{2}\right )} \sqrt {-c} \arctan \left (\frac {\sqrt {-c}}{\sqrt {d x^{2} + c}}\right ) + 2 \, {\left (a^{2} c + {\left (2 \, a b c - a^{2} d\right )} x^{2}\right )} \sqrt {d x^{2} + c}}{4 \, {\left (a^{3} b x^{4} + a^{4} x^{2}\right )}}\right ] \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^2+c)^(3/2)/x^3/(b*x^2+a)^2,x, algorithm="fricas")

[Out]

[-1/8*(((4*b^2*c - a*b*d)*x^4 + (4*a*b*c - a^2*d)*x^2)*sqrt((b*c - a*d)/b)*log((b^2*d^2*x^4 + 8*b^2*c^2 - 8*a*
b*c*d + a^2*d^2 + 2*(4*b^2*c*d - 3*a*b*d^2)*x^2 + 4*(b^2*d*x^2 + 2*b^2*c - a*b*d)*sqrt(d*x^2 + c)*sqrt((b*c -
a*d)/b))/(b^2*x^4 + 2*a*b*x^2 + a^2)) + 2*((4*b^2*c - 3*a*b*d)*x^4 + (4*a*b*c - 3*a^2*d)*x^2)*sqrt(c)*log(-(d*
x^2 - 2*sqrt(d*x^2 + c)*sqrt(c) + 2*c)/x^2) + 4*(a^2*c + (2*a*b*c - a^2*d)*x^2)*sqrt(d*x^2 + c))/(a^3*b*x^4 +
a^4*x^2), -1/8*(4*((4*b^2*c - 3*a*b*d)*x^4 + (4*a*b*c - 3*a^2*d)*x^2)*sqrt(-c)*arctan(sqrt(-c)/sqrt(d*x^2 + c)
) + ((4*b^2*c - a*b*d)*x^4 + (4*a*b*c - a^2*d)*x^2)*sqrt((b*c - a*d)/b)*log((b^2*d^2*x^4 + 8*b^2*c^2 - 8*a*b*c
*d + a^2*d^2 + 2*(4*b^2*c*d - 3*a*b*d^2)*x^2 + 4*(b^2*d*x^2 + 2*b^2*c - a*b*d)*sqrt(d*x^2 + c)*sqrt((b*c - a*d
)/b))/(b^2*x^4 + 2*a*b*x^2 + a^2)) + 4*(a^2*c + (2*a*b*c - a^2*d)*x^2)*sqrt(d*x^2 + c))/(a^3*b*x^4 + a^4*x^2),
 -1/4*(((4*b^2*c - a*b*d)*x^4 + (4*a*b*c - a^2*d)*x^2)*sqrt(-(b*c - a*d)/b)*arctan(-1/2*(b*d*x^2 + 2*b*c - a*d
)*sqrt(d*x^2 + c)*sqrt(-(b*c - a*d)/b)/(b*c^2 - a*c*d + (b*c*d - a*d^2)*x^2)) + ((4*b^2*c - 3*a*b*d)*x^4 + (4*
a*b*c - 3*a^2*d)*x^2)*sqrt(c)*log(-(d*x^2 - 2*sqrt(d*x^2 + c)*sqrt(c) + 2*c)/x^2) + 2*(a^2*c + (2*a*b*c - a^2*
d)*x^2)*sqrt(d*x^2 + c))/(a^3*b*x^4 + a^4*x^2), -1/4*(((4*b^2*c - a*b*d)*x^4 + (4*a*b*c - a^2*d)*x^2)*sqrt(-(b
*c - a*d)/b)*arctan(-1/2*(b*d*x^2 + 2*b*c - a*d)*sqrt(d*x^2 + c)*sqrt(-(b*c - a*d)/b)/(b*c^2 - a*c*d + (b*c*d
- a*d^2)*x^2)) + 2*((4*b^2*c - 3*a*b*d)*x^4 + (4*a*b*c - 3*a^2*d)*x^2)*sqrt(-c)*arctan(sqrt(-c)/sqrt(d*x^2 + c
)) + 2*(a^2*c + (2*a*b*c - a^2*d)*x^2)*sqrt(d*x^2 + c))/(a^3*b*x^4 + a^4*x^2)]

________________________________________________________________________________________

giac [A]  time = 0.44, size = 216, normalized size = 1.27 \begin {gather*} \frac {{\left (4 \, b^{2} c^{2} - 5 \, a b c d + a^{2} d^{2}\right )} \arctan \left (\frac {\sqrt {d x^{2} + c} b}{\sqrt {-b^{2} c + a b d}}\right )}{2 \, \sqrt {-b^{2} c + a b d} a^{3}} - \frac {{\left (4 \, b c^{2} - 3 \, a c d\right )} \arctan \left (\frac {\sqrt {d x^{2} + c}}{\sqrt {-c}}\right )}{2 \, a^{3} \sqrt {-c}} - \frac {2 \, {\left (d x^{2} + c\right )}^{\frac {3}{2}} b c d - 2 \, \sqrt {d x^{2} + c} b c^{2} d - {\left (d x^{2} + c\right )}^{\frac {3}{2}} a d^{2} + 2 \, \sqrt {d x^{2} + c} a c d^{2}}{2 \, {\left ({\left (d x^{2} + c\right )}^{2} b - 2 \, {\left (d x^{2} + c\right )} b c + b c^{2} + {\left (d x^{2} + c\right )} a d - a c d\right )} a^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^2+c)^(3/2)/x^3/(b*x^2+a)^2,x, algorithm="giac")

[Out]

1/2*(4*b^2*c^2 - 5*a*b*c*d + a^2*d^2)*arctan(sqrt(d*x^2 + c)*b/sqrt(-b^2*c + a*b*d))/(sqrt(-b^2*c + a*b*d)*a^3
) - 1/2*(4*b*c^2 - 3*a*c*d)*arctan(sqrt(d*x^2 + c)/sqrt(-c))/(a^3*sqrt(-c)) - 1/2*(2*(d*x^2 + c)^(3/2)*b*c*d -
 2*sqrt(d*x^2 + c)*b*c^2*d - (d*x^2 + c)^(3/2)*a*d^2 + 2*sqrt(d*x^2 + c)*a*c*d^2)/(((d*x^2 + c)^2*b - 2*(d*x^2
 + c)*b*c + b*c^2 + (d*x^2 + c)*a*d - a*c*d)*a^2)

________________________________________________________________________________________

maple [B]  time = 0.02, size = 4820, normalized size = 28.35 \begin {gather*} \text {output too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x^2+c)^(3/2)/x^3/(b*x^2+a)^2,x)

[Out]

1/4*b^2/a^2/(-a*b)^(1/2)/(a*d-b*c)/(x-(-a*b)^(1/2)/b)*((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b
)/b*d-(a*d-b*c)/b)^(5/2)-3/4*b/a^2*d/(a*d-b*c)*((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(
a*d-b*c)/b)^(1/2)*c-3/2/a*d^2/(a*d-b*c)/(-(a*d-b*c)/b)^(1/2)*ln((2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-2*(a*d-
b*c)/b+2*(-(a*d-b*c)/b)^(1/2)*((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2)
)/(x-(-a*b)^(1/2)/b))*c-1/4*b^2/a^2/(-a*b)^(1/2)/(a*d-b*c)/(x+(-a*b)^(1/2)/b)*((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)
^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(5/2)-3/4*b/a^2*d/(a*d-b*c)*((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*
(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2)*c-3/2/a*d^2/(a*d-b*c)/(-(a*d-b*c)/b)^(1/2)*ln((-2*(-a*b)^(1/2)*(x+(-
a*b)^(1/2)/b)/b*d-2*(a*d-b*c)/b+2*(-(a*d-b*c)/b)^(1/2)*((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/
b)/b*d-(a*d-b*c)/b)^(1/2))/(x+(-a*b)^(1/2)/b))*c+b/a^3*((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/
b)/b*d-(a*d-b*c)/b)^(1/2)*c+3/4/(-a*b)^(1/2)*d^(5/2)/(a*d-b*c)*ln(((x+(-a*b)^(1/2)/b)*d-(-a*b)^(1/2)/b*d)/d^(1
/2)+((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))+3/4/a*d^2/(a*d-b*c)*((x+
(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2)-3/2/a^2*d*c^(1/2)*ln((2*c+2*(d*x^
2+c)^(1/2)*c^(1/2))/x)+1/2/a^2*d/c*(d*x^2+c)^(3/2)-1/2/a^2/c/x^2*(d*x^2+c)^(5/2)-2*b/a^3*(d*x^2+c)^(1/2)*c+3/4
/a*d^2/(a*d-b*c)*((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2)-3/4/(-a*b)^(
1/2)*d^(5/2)/(a*d-b*c)*ln(((x-(-a*b)^(1/2)/b)*d+(-a*b)^(1/2)/b*d)/d^(1/2)+((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/
2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))+b/a^3*((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/
b*d-(a*d-b*c)/b)^(1/2)*c+2*b/a^3*c^(3/2)*ln((2*c+2*(d*x^2+c)^(1/2)*c^(1/2))/x)-3/8*b^2/a^2/(-a*b)^(1/2)*d^(1/2
)/(a*d-b*c)*c^2*ln(((x-(-a*b)^(1/2)/b)*d+(-a*b)^(1/2)/b*d)/d^(1/2)+((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(
-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))+3/8*b/a/(-a*b)^(1/2)*d^2/(a*d-b*c)*((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/
2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2)*x+9/8*b/a/(-a*b)^(1/2)*d^(3/2)/(a*d-b*c)*ln(((x-(-a*b)^(1/2)/b)*d
+(-a*b)^(1/2)/b*d)/d^(1/2)+((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))*c
+3/4*b/a^2*d/(a*d-b*c)/(-(a*d-b*c)/b)^(1/2)*ln((2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-2*(a*d-b*c)/b+2*(-(a*d-b
*c)/b)^(1/2)*((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))/(x-(-a*b)^(1/2)
/b))*c^2-b/a^3/(-(a*d-b*c)/b)^(1/2)*ln((2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-2*(a*d-b*c)/b+2*(-(a*d-b*c)/b)^(
1/2)*((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))/(x-(-a*b)^(1/2)/b))*c^2
+1/2/a^3*(-a*b)^(1/2)*d*((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2)*x+3/2
/a^3*d^(1/2)*(-a*b)^(1/2)*ln(((x-(-a*b)^(1/2)/b)*d+(-a*b)^(1/2)/b*d)/d^(1/2)+((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^
(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))*c-1/b/a^2*d^(3/2)*(-a*b)^(1/2)*ln(((x-(-a*b)^(1/2)/b)*d+(-a*b
)^(1/2)/b*d)/d^(1/2)+((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))-1/b/a/(
-(a*d-b*c)/b)^(1/2)*ln((2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-2*(a*d-b*c)/b+2*(-(a*d-b*c)/b)^(1/2)*((x-(-a*b)^
(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))/(x-(-a*b)^(1/2)/b))*d^2+2/a^2/(-(a*d-b*
c)/b)^(1/2)*ln((2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-2*(a*d-b*c)/b+2*(-(a*d-b*c)/b)^(1/2)*((x-(-a*b)^(1/2)/b)
^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))/(x-(-a*b)^(1/2)/b))*d*c-1/4*b/a^2*d/(a*d-b*c)*(
(x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(3/2)+3/4/b*d^3/(a*d-b*c)/(-(a*d-b*c
)/b)^(1/2)*ln((-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-2*(a*d-b*c)/b+2*(-(a*d-b*c)/b)^(1/2)*((x+(-a*b)^(1/2)/b)
^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))/(x+(-a*b)^(1/2)/b))-1/2/a^3*(-a*b)^(1/2)*d*((x+
(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2)*x-3/2/a^3*d^(1/2)*(-a*b)^(1/2)*ln
(((x+(-a*b)^(1/2)/b)*d-(-a*b)^(1/2)/b*d)/d^(1/2)+((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d
-(a*d-b*c)/b)^(1/2))*c+1/b/a^2*d^(3/2)*(-a*b)^(1/2)*ln(((x+(-a*b)^(1/2)/b)*d-(-a*b)^(1/2)/b*d)/d^(1/2)+((x+(-a
*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))-1/b/a/(-(a*d-b*c)/b)^(1/2)*ln((-2*(
-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-2*(a*d-b*c)/b+2*(-(a*d-b*c)/b)^(1/2)*((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)
*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))/(x+(-a*b)^(1/2)/b))*d^2+2/a^2/(-(a*d-b*c)/b)^(1/2)*ln((-2*(-a*b)^(
1/2)*(x+(-a*b)^(1/2)/b)/b*d-2*(a*d-b*c)/b+2*(-(a*d-b*c)/b)^(1/2)*((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a
*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))/(x+(-a*b)^(1/2)/b))*d*c-b/a^3/(-(a*d-b*c)/b)^(1/2)*ln((-2*(-a*b)^(1/2)*(x
+(-a*b)^(1/2)/b)/b*d-2*(a*d-b*c)/b+2*(-(a*d-b*c)/b)^(1/2)*((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/
2)/b)/b*d-(a*d-b*c)/b)^(1/2))/(x+(-a*b)^(1/2)/b))*c^2-9/8*b/a/(-a*b)^(1/2)*d^(3/2)/(a*d-b*c)*ln(((x+(-a*b)^(1/
2)/b)*d-(-a*b)^(1/2)/b*d)/d^(1/2)+((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(
1/2))*c+3/4*b/a^2*d/(a*d-b*c)/(-(a*d-b*c)/b)^(1/2)*ln((-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-2*(a*d-b*c)/b+2*
(-(a*d-b*c)/b)^(1/2)*((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))/(x+(-a*
b)^(1/2)/b))*c^2+1/4*b^2/a^2/(-a*b)^(1/2)*d/(a*d-b*c)*((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b
)/b*d-(a*d-b*c)/b)^(3/2)*x+3/8*b^2/a^2/(-a*b)^(1/2)*d^(1/2)/(a*d-b*c)*c^2*ln(((x+(-a*b)^(1/2)/b)*d-(-a*b)^(1/2
)/b*d)/d^(1/2)+((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))-1/4*b^2/a^2/(
-a*b)^(1/2)*d/(a*d-b*c)*((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(3/2)*x-3/8
*b/a/(-a*b)^(1/2)*d^2/(a*d-b*c)*((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/
2)*x-1/4*b/a^2*d/(a*d-b*c)*((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(3/2)+3/
4/b*d^3/(a*d-b*c)/(-(a*d-b*c)/b)^(1/2)*ln((2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-2*(a*d-b*c)/b+2*(-(a*d-b*c)/b
)^(1/2)*((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2))/(x-(-a*b)^(1/2)/b))+
3/8*b^2/a^2/(-a*b)^(1/2)*d/(a*d-b*c)*c*((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)
/b)^(1/2)*x-3/8*b^2/a^2/(-a*b)^(1/2)*d/(a*d-b*c)*c*((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b
*d-(a*d-b*c)/b)^(1/2)*x+1/3*b/a^3*((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(
3/2)-1/a^2*((x+(-a*b)^(1/2)/b)^2*d-2*(-a*b)^(1/2)*(x+(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2)*d-2/3*b/a^3*(d*x^2
+c)^(3/2)+1/3*b/a^3*((x-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(3/2)-1/a^2*((x
-(-a*b)^(1/2)/b)^2*d+2*(-a*b)^(1/2)*(x-(-a*b)^(1/2)/b)/b*d-(a*d-b*c)/b)^(1/2)*d+3/2/a^2*d*(d*x^2+c)^(1/2)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {{\left (d x^{2} + c\right )}^{\frac {3}{2}}}{{\left (b x^{2} + a\right )}^{2} x^{3}}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^2+c)^(3/2)/x^3/(b*x^2+a)^2,x, algorithm="maxima")

[Out]

integrate((d*x^2 + c)^(3/2)/((b*x^2 + a)^2*x^3), x)

________________________________________________________________________________________

mupad [B]  time = 1.74, size = 441, normalized size = 2.59 \begin {gather*} \frac {\mathrm {atanh}\left (\frac {b^2\,c^2\,d^5\,\sqrt {d\,x^2+c}\,\sqrt {b^2\,c-a\,b\,d}}{\frac {a^2\,b\,c\,d^7}{4}-\frac {5\,a\,b^2\,c^2\,d^6}{4}+b^3\,c^3\,d^5}-\frac {b\,c\,d^6\,\sqrt {d\,x^2+c}\,\sqrt {b^2\,c-a\,b\,d}}{4\,\left (\frac {a\,b\,c\,d^7}{4}-\frac {5\,b^2\,c^2\,d^6}{4}+\frac {b^3\,c^3\,d^5}{a}\right )}\right )\,\sqrt {-b\,\left (a\,d-b\,c\right )}\,\left (a\,d-4\,b\,c\right )}{2\,a^3\,b}-\frac {\sqrt {c}\,\mathrm {atanh}\left (\frac {3\,b\,\sqrt {c}\,d^7\,\sqrt {d\,x^2+c}}{4\,\left (\frac {3\,b\,c\,d^7}{4}-\frac {7\,b^2\,c^2\,d^6}{4\,a}+\frac {b^3\,c^3\,d^5}{a^2}\right )}-\frac {7\,b^2\,c^{3/2}\,d^6\,\sqrt {d\,x^2+c}}{4\,\left (\frac {3\,a\,b\,c\,d^7}{4}-\frac {7\,b^2\,c^2\,d^6}{4}+\frac {b^3\,c^3\,d^5}{a}\right )}+\frac {b^3\,c^{5/2}\,d^5\,\sqrt {d\,x^2+c}}{\frac {3\,a^2\,b\,c\,d^7}{4}-\frac {7\,a\,b^2\,c^2\,d^6}{4}+b^3\,c^3\,d^5}\right )\,\left (3\,a\,d-4\,b\,c\right )}{2\,a^3}-\frac {\frac {\left (a\,c\,d^2-b\,c^2\,d\right )\,\sqrt {d\,x^2+c}}{a^2}-\frac {d\,{\left (d\,x^2+c\right )}^{3/2}\,\left (a\,d-2\,b\,c\right )}{2\,a^2}}{\left (d\,x^2+c\right )\,\left (a\,d-2\,b\,c\right )+b\,{\left (d\,x^2+c\right )}^2+b\,c^2-a\,c\,d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c + d*x^2)^(3/2)/(x^3*(a + b*x^2)^2),x)

[Out]

(atanh((b^2*c^2*d^5*(c + d*x^2)^(1/2)*(b^2*c - a*b*d)^(1/2))/(b^3*c^3*d^5 - (5*a*b^2*c^2*d^6)/4 + (a^2*b*c*d^7
)/4) - (b*c*d^6*(c + d*x^2)^(1/2)*(b^2*c - a*b*d)^(1/2))/(4*((a*b*c*d^7)/4 - (5*b^2*c^2*d^6)/4 + (b^3*c^3*d^5)
/a)))*(-b*(a*d - b*c))^(1/2)*(a*d - 4*b*c))/(2*a^3*b) - (c^(1/2)*atanh((3*b*c^(1/2)*d^7*(c + d*x^2)^(1/2))/(4*
((3*b*c*d^7)/4 - (7*b^2*c^2*d^6)/(4*a) + (b^3*c^3*d^5)/a^2)) - (7*b^2*c^(3/2)*d^6*(c + d*x^2)^(1/2))/(4*((3*a*
b*c*d^7)/4 - (7*b^2*c^2*d^6)/4 + (b^3*c^3*d^5)/a)) + (b^3*c^(5/2)*d^5*(c + d*x^2)^(1/2))/(b^3*c^3*d^5 - (7*a*b
^2*c^2*d^6)/4 + (3*a^2*b*c*d^7)/4))*(3*a*d - 4*b*c))/(2*a^3) - (((a*c*d^2 - b*c^2*d)*(c + d*x^2)^(1/2))/a^2 -
(d*(c + d*x^2)^(3/2)*(a*d - 2*b*c))/(2*a^2))/((c + d*x^2)*(a*d - 2*b*c) + b*(c + d*x^2)^2 + b*c^2 - a*c*d)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x**2+c)**(3/2)/x**3/(b*x**2+a)**2,x)

[Out]

Timed out

________________________________________________________________________________________